home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000368_fdc@columbia.edu_Thu Jun 22 09:00:46 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: File transferring using xmedom
  5. Date: 22 Jun 2006 13:00:37 GMT
  6. Organization: Columbia University
  7. Lines: 10
  8. Message-ID: <slrne9l53l.e6j.fdc@sesame.cc.columbia.edu>
  9. References: <1150968124.244241.88040@m73g2000cwd.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1150981237 442 128.59.59.56 (22 Jun 2006 13:00:37 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Jun 2006 13:00:37 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15625
  17.  
  18. On 2006-06-22, robert.oo.watson@gmail.com <robert.oo.watson@gmail.com> wrote:
  19. : I have a device which can receive file upload using the XMODEM or
  20. : XMODEM-1K protocol.  I am wondering how to achieve this using kermit,
  21. : or maybe there are other programs suitable for the job.  The platform I
  22. : am using is Mandrake Linux.
  23. :
  24. Kermit supports external protocols, type "help set protocol" and the
  25. C-Kermit> prompt for details.
  26.  
  27. - Frank